Click or drag to resize

Error Class

Contains an Autodiscover error response.
Inheritance Hierarchy
SystemObject
  Independentsoft.Exchange.AutodiscoverError

Namespace:  Independentsoft.Exchange.Autodiscover
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class Error

The Error type exposes the following members.

Constructors
  NameDescription
Public methodError
Initializes a new instance of the Error class.
Top
Properties
  NameDescription
Public propertyCode
Contains the error code for an error Autodiscover response.
Public propertyDebugData
Contains the debug data for an error Autodiscover response.
Public propertyId
Represents a hash of the name of the computer that is running Microsoft Exchange Server that has the Client Access server role installed.
Public propertyMessage
Contains the error message for an error Autodiscover response.
Public propertyTime
Represents the time when the error response was returned.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also